func runtime.gostringnocopy
11 uses
runtime (current package)
cgocallback.go#L12: panic(gostringnocopy(p))
os_linux.go#L953: rel := gostringnocopy(&buf.Release[0])
proc.go#L811: env = gostringnocopy(p)[len(prefix):]
runtime1.go#L79: argslice[i] = gostringnocopy(argv_index(argv, i))
string.go#L543: func gostringnocopy(str *byte) string {
symtab.go#L762: return gostringnocopy(&md.funcnametab[nameOff])
symtab.go#L1176: return gostringnocopy(&datap.filetab[fileoff])
traceback.go#L1714: println(gostringnocopy(arg.funcName))
traceback.go#L1720: print(gostringnocopy(arg.file), ":", arg.lineno, " ")
vdso_linux.go#L197: if def.vd_hash == ver.verHash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
vdso_linux.go#L224: if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |